
'Declaration
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])> Public MustInherit Class DropDown(Of T) Inherits ItemsBoundControl(Of T) Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
'Usage
Dim instance As DropDown(Of T)
[Scripts(Mono.Cecil.CustomAttributeArgument[])] public abstract class DropDown<T> : ItemsBoundControl<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
public class DropDown = class(ItemsBoundControl, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract;
JScript does not support Generics.
[Scripts(Mono.Cecil.CustomAttributeArgument[])] public __gc abstract class DropDown<T> : public ItemsBoundControl<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
[Scripts(Mono.Cecil.CustomAttributeArgument[])] generic<typename T> public ref class DropDown abstract : public ItemsBoundControl<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.ItemsBoundControl<T>
C1.Web.Mvc.DropDown<T>
C1.Web.Mvc.ComboBoxBase<T>